home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / utils / file / fileutil.13 / fileutil / fileutils-3.13 / man / Makefile.in < prev    next >
Encoding:
Makefile  |  1996-07-12  |  8.1 KB  |  253 lines

  1. # Makefile.in generated automatically by automake 1.0 from Makefile.am
  2.  
  3. # Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy, distribute and modify it.
  6.  
  7.  
  8. SHELL = /bin/sh
  9.  
  10. srcdir = @srcdir@
  11. top_srcdir = @top_srcdir@
  12. VPATH = @srcdir@
  13. prefix = @prefix@
  14. exec_prefix = @exec_prefix@
  15.  
  16. bindir = @bindir@
  17. sbindir = @sbindir@
  18. libexecdir = @libexecdir@
  19. datadir = @datadir@
  20. sysconfdir = @sysconfdir@
  21. sharedstatedir = @sharedstatedir@
  22. localstatedir = @localstatedir@
  23. libdir = @libdir@
  24. infodir = @infodir@
  25. mandir = @mandir@
  26. includedir = @includedir@
  27. oldincludedir = /usr/include
  28.  
  29. pkgdatadir = $(datadir)/@PACKAGE@
  30. pkglibdir = $(libdir)/@PACKAGE@
  31. pkgincludedir = $(includedir)/@PACKAGE@
  32.  
  33. top_builddir = ..
  34.  
  35. INSTALL = @INSTALL@
  36. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  37. INSTALL_DATA = @INSTALL_DATA@
  38. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  39. transform = @program_transform_name@
  40.  
  41. man_MANS = chgrp.1 chmod.1 chown.1 cp.1 dd.1 df.1 dircolors.1 du.1 install.1 \
  42. ln.1 ls.1 mkdir.1 mkfifo.1 mknod.1 mv.1 rm.1 rmdir.1 touch.1
  43. mkinstalldirs = $(top_srcdir)/mkinstalldirs
  44. CONFIG_HEADER = ../config.h
  45. MANS = chgrp.1 chmod.1 chown.1 cp.1 dd.1 df.1 dircolors.1 du.1 install.1 ln.1 ls.1 mkdir.1 mkfifo.1 mknod.1 mv.1 rm.1 rmdir.1 touch.1
  46.  
  47.  
  48. NROFF = nroff
  49. DIST_COMMON = Makefile.am Makefile.in
  50.  
  51.  
  52. PACKAGE = @PACKAGE@
  53. VERSION = @VERSION@
  54.  
  55. DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \
  56.     $(TEXINFOS) $(INFOS) $(MANS) $(EXTRA_DIST) $(DATA)
  57. DEP_DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \
  58.     $(TEXINFOS) $(INFO_DEPS) $(MANS) $(EXTRA_DIST) $(DATA)
  59.  
  60. TAR = tar
  61. default: all
  62.  
  63.  
  64. $(srcdir)/Makefile.in: @MAINT@Makefile.am $(top_srcdir)/configure.in
  65.     cd $(top_srcdir) && automake $(subdir)/Makefile
  66.  
  67. Makefile: $(top_builddir)/config.status Makefile.in
  68.     cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
  69. install-man: $(MANS)
  70.     $(mkinstalldirs) $(mandir)/man1
  71.     @sect=1;                \
  72.     inst=`echo "dircolors" | sed '$(transform)'`.1; \
  73.     echo installing dircolors.1 as $(mandir)/man$$sect/$$inst; \
  74.     $(INSTALL_DATA) $(srcdir)/dircolors.1 $(mandir)/man$$sect/$$inst
  75.     @sect=1;                \
  76.     inst=`echo "touch" | sed '$(transform)'`.1; \
  77.     echo installing touch.1 as $(mandir)/man$$sect/$$inst; \
  78.     $(INSTALL_DATA) $(srcdir)/touch.1 $(mandir)/man$$sect/$$inst
  79.     @sect=1;                \
  80.     inst=`echo "mv" | sed '$(transform)'`.1; \
  81.     echo installing mv.1 as $(mandir)/man$$sect/$$inst; \
  82.     $(INSTALL_DATA) $(srcdir)/mv.1 $(mandir)/man$$sect/$$inst
  83.     @sect=1;                \
  84.     inst=`echo "cp" | sed '$(transform)'`.1; \
  85.     echo installing cp.1 as $(mandir)/man$$sect/$$inst; \
  86.     $(INSTALL_DATA) $(srcdir)/cp.1 $(mandir)/man$$sect/$$inst
  87.     @sect=1;                \
  88.     inst=`echo "chgrp" | sed '$(transform)'`.1; \
  89.     echo installing chgrp.1 as $(mandir)/man$$sect/$$inst; \
  90.     $(INSTALL_DATA) $(srcdir)/chgrp.1 $(mandir)/man$$sect/$$inst
  91.     @sect=1;                \
  92.     inst=`echo "mkdir" | sed '$(transform)'`.1; \
  93.     echo installing mkdir.1 as $(mandir)/man$$sect/$$inst; \
  94.     $(INSTALL_DATA) $(srcdir)/mkdir.1 $(mandir)/man$$sect/$$inst
  95.     @sect=1;                \
  96.     inst=`echo "install" | sed '$(transform)'`.1; \
  97.     echo installing install.1 as $(mandir)/man$$sect/$$inst; \
  98.     $(INSTALL_DATA) $(srcdir)/install.1 $(mandir)/man$$sect/$$inst
  99.     @sect=1;                \
  100.     inst=`echo "dd" | sed '$(transform)'`.1; \
  101.     echo installing dd.1 as $(mandir)/man$$sect/$$inst; \
  102.     $(INSTALL_DATA) $(srcdir)/dd.1 $(mandir)/man$$sect/$$inst
  103.     @sect=1;                \
  104.     inst=`echo "du" | sed '$(transform)'`.1; \
  105.     echo installing du.1 as $(mandir)/man$$sect/$$inst; \
  106.     $(INSTALL_DATA) $(srcdir)/du.1 $(mandir)/man$$sect/$$inst
  107.     @sect=1;                \
  108.     inst=`echo "mknod" | sed '$(transform)'`.1; \
  109.     echo installing mknod.1 as $(mandir)/man$$sect/$$inst; \
  110.     $(INSTALL_DATA) $(srcdir)/mknod.1 $(mandir)/man$$sect/$$inst
  111.     @sect=1;                \
  112.     inst=`echo "df" | sed '$(transform)'`.1; \
  113.     echo installing df.1 as $(mandir)/man$$sect/$$inst; \
  114.     $(INSTALL_DATA) $(srcdir)/df.1 $(mandir)/man$$sect/$$inst
  115.     @sect=1;                \
  116.     inst=`echo "ln" | sed '$(transform)'`.1; \
  117.     echo installing ln.1 as $(mandir)/man$$sect/$$inst; \
  118.     $(INSTALL_DATA) $(srcdir)/ln.1 $(mandir)/man$$sect/$$inst
  119.     @sect=1;                \
  120.     inst=`echo "chmod" | sed '$(transform)'`.1; \
  121.     echo installing chmod.1 as $(mandir)/man$$sect/$$inst; \
  122.     $(INSTALL_DATA) $(srcdir)/chmod.1 $(mandir)/man$$sect/$$inst
  123.     @sect=1;                \
  124.     inst=`echo "mkfifo" | sed '$(transform)'`.1; \
  125.     echo installing mkfifo.1 as $(mandir)/man$$sect/$$inst; \
  126.     $(INSTALL_DATA) $(srcdir)/mkfifo.1 $(mandir)/man$$sect/$$inst
  127.     @sect=1;                \
  128.     inst=`echo "rmdir" | sed '$(transform)'`.1; \
  129.     echo installing rmdir.1 as $(mandir)/man$$sect/$$inst; \
  130.     $(INSTALL_DATA) $(srcdir)/rmdir.1 $(mandir)/man$$sect/$$inst
  131.     @sect=1;                \
  132.     inst=`echo "chown" | sed '$(transform)'`.1; \
  133.     echo installing chown.1 as $(mandir)/man$$sect/$$inst; \
  134.     $(INSTALL_DATA) $(srcdir)/chown.1 $(mandir)/man$$sect/$$inst
  135.     @sect=1;                \
  136.     inst=`echo "ls" | sed '$(transform)'`.1; \
  137.     echo installing ls.1 as $(mandir)/man$$sect/$$inst; \
  138.     $(INSTALL_DATA) $(srcdir)/ls.1 $(mandir)/man$$sect/$$inst
  139.     @sect=1;                \
  140.     inst=`echo "rm" | sed '$(transform)'`.1; \
  141.     echo installing rm.1 as $(mandir)/man$$sect/$$inst; \
  142.     $(INSTALL_DATA) $(srcdir)/rm.1 $(mandir)/man$$sect/$$inst
  143.  
  144. uninstall-man:
  145.     inst=`echo "dircolors" | sed '$(transform)'`.1; \
  146.     rm -f $(mandir)/man1/$$inst
  147.     inst=`echo "touch" | sed '$(transform)'`.1; \
  148.     rm -f $(mandir)/man1/$$inst
  149.     inst=`echo "mv" | sed '$(transform)'`.1; \
  150.     rm -f $(mandir)/man1/$$inst
  151.     inst=`echo "cp" | sed '$(transform)'`.1; \
  152.     rm -f $(mandir)/man1/$$inst
  153.     inst=`echo "chgrp" | sed '$(transform)'`.1; \
  154.     rm -f $(mandir)/man1/$$inst
  155.     inst=`echo "mkdir" | sed '$(transform)'`.1; \
  156.     rm -f $(mandir)/man1/$$inst
  157.     inst=`echo "install" | sed '$(transform)'`.1; \
  158.     rm -f $(mandir)/man1/$$inst
  159.     inst=`echo "dd" | sed '$(transform)'`.1; \
  160.     rm -f $(mandir)/man1/$$inst
  161.     inst=`echo "du" | sed '$(transform)'`.1; \
  162.     rm -f $(mandir)/man1/$$inst
  163.     inst=`echo "mknod" | sed '$(transform)'`.1; \
  164.     rm -f $(mandir)/man1/$$inst
  165.     inst=`echo "df" | sed '$(transform)'`.1; \
  166.     rm -f $(mandir)/man1/$$inst
  167.     inst=`echo "ln" | sed '$(transform)'`.1; \
  168.     rm -f $(mandir)/man1/$$inst
  169.     inst=`echo "chmod" | sed '$(transform)'`.1; \
  170.     rm -f $(mandir)/man1/$$inst
  171.     inst=`echo "mkfifo" | sed '$(transform)'`.1; \
  172.     rm -f $(mandir)/man1/$$inst
  173.     inst=`echo "rmdir" | sed '$(transform)'`.1; \
  174.     rm -f $(mandir)/man1/$$inst
  175.     inst=`echo "chown" | sed '$(transform)'`.1; \
  176.     rm -f $(mandir)/man1/$$inst
  177.     inst=`echo "ls" | sed '$(transform)'`.1; \
  178.     rm -f $(mandir)/man1/$$inst
  179.     inst=`echo "rm" | sed '$(transform)'`.1; \
  180.     rm -f $(mandir)/man1/$$inst
  181.  
  182. tags: TAGS
  183. TAGS:
  184.  
  185.  
  186. subdir = man
  187. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  188. distdir: $(DEP_DISTFILES)
  189.     @for file in `cd $(srcdir) && echo $(DISTFILES)`; do \
  190.       test -f $(distdir)/$$file \
  191.       || ln $(srcdir)/$$file $(distdir)/$$file 2> /dev/null \
  192.       || cp -p $(srcdir)/$$file $(distdir)/$$file; \
  193.     done
  194. info:
  195.  
  196. dvi:
  197.  
  198. check: all
  199.  
  200. installcheck:
  201.  
  202. install-exec: 
  203.  
  204. install-data: install-man
  205.  
  206. install: install-exec install-data all
  207.     @:
  208.  
  209. uninstall: uninstall-man
  210.  
  211. all: $(MANS) Makefile
  212.  
  213. install-strip:
  214.     $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
  215. installdirs:
  216.     $(mkinstalldirs)  $(mandir)/man1
  217.  
  218.  
  219. mostlyclean-generic:
  220.     test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  221.  
  222. clean-generic:
  223.     test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  224.  
  225. distclean-generic:
  226.     rm -f Makefile $(DISTCLEANFILES)
  227.     rm -f config.cache config.log $(CONFIG_HEADER) stamp-h
  228.  
  229. maintainer-clean-generic:
  230.     test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  231.     test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  232. mostlyclean:  mostlyclean-generic
  233.  
  234. clean:  clean-generic mostlyclean 
  235.  
  236. distclean:  distclean-generic clean 
  237.     rm -f config.status
  238.  
  239. maintainer-clean:  maintainer-clean-generic distclean 
  240.     @echo "This command is intended for maintainers to use;"
  241.     @echo "it deletes files that may require special tools to rebuild."
  242.  
  243. .PHONY: default install-man uninstall-man tags distdir info dvi check \
  244. installcheck install-exec install-data install uninstall all \
  245. installdirs mostlyclean-generic distclean-generic clean-generic \
  246. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  247.  
  248. .SUFFIXES:
  249.  
  250. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  251. # Otherwise a system limit (for SysV at least) may be exceeded.
  252. .NOEXPORT:
  253.